projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea5f44f
)
(get_adstyle_property): Call font_intern_prop with 1 as
author
Kenichi Handa
<handa@m17n.org>
Fri, 26 Jun 2009 06:15:54 +0000
(06:15 +0000)
committer
Kenichi Handa
<handa@m17n.org>
Fri, 26 Jun 2009 06:15:54 +0000
(06:15 +0000)
the arg FORCE_SYMBOL.
src/ftfont.c
patch
|
blob
|
history
diff --git
a/src/ftfont.c
b/src/ftfont.c
index 70c1797dce06cd50f4d0c3edae968c6ba82e7e53..789e6a7f685ba6b1f30d0a586bb714240adb397a 100644
(file)
--- a/
src/ftfont.c
+++ b/
src/ftfont.c
@@
-177,7
+177,7
@@
get_adstyle_property (FcPattern *p)
|| xstrcasecmp (str, "Oblique") == 0
|| xstrcasecmp (str, "Italic") == 0)
return Qnil;
- adstyle = font_intern_prop (str, end - str,
0
);
+ adstyle = font_intern_prop (str, end - str,
1
);
if (font_style_to_value (FONT_WIDTH_INDEX, adstyle, 0) >= 0)
return Qnil;
return adstyle;